Refresh Python quickstart for Python 3.12#142
Merged
Conversation
Contributor
Author
|
Owner ping for this maintenance PR: @nithishr Requesting review from the manifest-listed owner(s) where GitHub does not already show a pending review request. |
There was a problem hiding this comment.
Code Review
This pull request upgrades the project to Python 3.12, updates the Docker base image to python:3.12-slim-bookworm, and bumps the flask_restx dependency to version 1.3.2. The documentation has been updated to reflect the new version requirements and now uses python3 in command examples. Feedback was provided regarding the switch to python3 in the README, noting that it reduces cross-platform compatibility for Windows users and introduces inconsistencies with other commands in the document.
nithishr
requested changes
May 4, 2026
nithishr
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flask_restxfrom 1.3.0 to 1.3.2pythoninvocation, with a note for environments that only providepython3Verification
couchbase==4.6.1→>=3.7flask_restx==1.3.2→>=3.9pytest==9.0.3→>=3.10python-dotenv==1.2.2→>=3.10requests==2.33.1→>=3.10cd src && uv venv --seed --python 3.12 ...✅cd src && python -m pip install -r requirements.txt✅Cluster.wait_until_ready()call againstcouchbase://127.0.0.1did not complete in this environment; prior end-to-end walkthrough evidence from 2026-05-01 remains linked belowEvidence
tutorial-maintenance/runs/python-quickstart/2026-05-01T163641/tutorial-maintenance/runs/weekly-manifest-maintenance-sweep/2026-05-05T0000Z/subagents/python-pr-followup/pr142/Notes
python3is reflected in the current README: the command examples now usepython, with a single note telling users to substitutepython3if that is what their environment provides.